home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / jump_gam.swf / scripts / frame_172 / DoAction_10.as next >
Encoding:
Text File  |  2010-04-12  |  163 b   |  8 lines

  1. power.maxSize = 106;
  2. power.minSize = 1;
  3. power.setPowerMeter = function(level)
  4. {
  5.    myValue = this.maxSize * (level / 100);
  6.    this.bar._width = myValue;
  7. };
  8.